Help with Filament upgrade + event logging
I recently tried to merge latest updates into my forked wave project and upgrade from 3 to 4 of filament and tailwind upgrade caused some errors.
Specifically, I have made some pages based on this guide whuch now seems to be out of date.
Also, I recently have found the need to implement robust logging of user activity.
Are events created for the following scenarios?
- login (both web + api with distinction between type)
- failed login (web + api)
- api key login (instead of user/pass)
- accessing certain api endpoints
I would like to create logs of tbis type of activity for audit purposes